home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / keyservh / uninstal.bat < prev   
Encoding:
DOS Batch File  |  1999-08-20  |  354 b   |  14 lines

  1. rem Unregister the service interface type library
  2.  
  3. regsvr32 /c /s /u ServiceInterface.tlb
  4.  
  5. rem Unregister the example service ActiveX DLLs
  6.  
  7. regsvr32 /c /s /u ServiceEx1\ServiceEx1.dll
  8. regsvr32 /c /s /u ServiceEx2\ServiceEx2.ocx
  9.  
  10. rem Uninstall the example services
  11.  
  12. ServiceHost uninstall name=ServiceEx1
  13. ServiceHost uninstall name=ServiceEx2
  14.